export declare const checkMinMaxWidth: (min: number | string, max: number | string) => {
    minWidth: string | number;
    maxWidth: string | number;
};
export declare const getContent: (props: any) => any;
