declare type FormStyle = {
    formItemFontSize?: string;
    formItemLineHeight?: string;
    formItemMarginBottom?: string;
};
export { FormStyle };
