declare const _default: (input: string) => true | "You must provide an input" | "Please use only letters, '-', '_',  and no spaces";
export default _default;
//# sourceMappingURL=validate-attribute-input.d.ts.map