import { InputStylesProps } from '../types/input';
import { InputState } from '../types/inputTheme';
export declare const getFontSize: (state: InputState, type: string, component: string, styles?: InputStylesProps, placeholder?: string) => string | undefined;
