export { default, useBaseInput } from './BaseInput';
export type { BaseInputProps } from './BaseInput';
import BaseInputLabel from './BaseInputLabel';
export type { BaseInputLabelProps } from './BaseInputLabel';
export { BaseInputLabel };
//# sourceMappingURL=index.d.ts.map