import { default as React } from 'react'; import { ReactFCWithChildren } from '../../../../types/react'; interface InputFrameProps { active: boolean; disabled: boolean; errorText: string; focused: boolean; handleClickInput?: (e: React.MouseEvent) => void; label?: string; } declare const InputFrame: ReactFCWithChildren; export type { InputFrameProps }; export { InputFrame }; //# sourceMappingURL=index.d.ts.map