import { NestedCSSProperties } from 'typestyle/lib/types'; import { StyledProps } from './types'; import { WithThemeProps } from '../../../../../Common/theming/withTheme'; import { UpInputProps } from 'Components/Inputs/Input/types'; export declare const HeightLarge: (props: any) => NestedCSSProperties; export declare const defaultStyles: (props: WithThemeProps) => NestedCSSProperties; export declare const statusStyles: (props: StyledProps) => string; export declare const successStyles: (props: StyledProps) => void; export declare const inputStyles: (props: UpInputProps & WithThemeProps) => NestedCSSProperties; export declare const focusStyles: (props: StyledProps) => string; export declare const getStyles: (props: StyledProps) => string;