import { CurrentTheme, ExtendCSS } from '../../types/shared'; export declare const wrapperStyle: ExtendCSS; export declare const styles: ({ loading, isValid, theme, }: { loading: boolean; isValid: boolean; theme: CurrentTheme; }) => any; export declare const labelStyle: ({ isEmpty, isValid, theme, }: { isEmpty: boolean; isValid: boolean; theme: CurrentTheme; }) => ExtendCSS;