export declare const labelTopPosition: (props: any) => string; export declare const labelLeftPosition: (props: any) => string | 0; export declare const labelFontColor: (props: any) => any; export declare const labelFontSize: (props: any) => any; export declare const labelFontWeight: (props: any) => any; export declare const labelPaddingLeftRight: (props: any) => string; export declare const inputCalculatePaddingRight: (props: any) => any; export declare const inputCalculatePaddingLeft: (props: any) => string; export declare const inputBorderColor: (props: any) => any; export declare const inputHoverBorderColor: (props: any) => string | undefined; export declare const containerCalculatePaddingRight: (props: any) => string; export declare const getHelperTextColor: (props: any) => any; export declare const getPasswordStrengthColor: (props: any, shade: number) => any; export declare const getInputDisabledEvents: () => import("styled-components").FlattenInterpolation>; export declare const getInputFocusedEvents: () => import("styled-components").FlattenInterpolation>;