export declare enum FORM_UI_COMPONENT {
    SHOW_MORE,
    SWITCH,
    ACCORDION
}
export interface StFormFieldTranslations {
    placeholder?: string;
}
