import { InputState, LABEL_TYPE } from '../../input/types/inputTheme';
export declare const getPlaceholder: (placeholder: string, state: InputState, labelType?: LABEL_TYPE) => string | undefined;
