import { FieldSize } from './types'; export declare const parseAcceptValue: (accept: string) => { image: string; video: string; files: string; }; export declare const getSizeStyles: (fieldSize?: FieldSize) => string; export declare const getFieldPadding: (fieldSize: FieldSize) => { left: string; right: string; previewImage: string; imagePadding: string; all: string; };