import { CSSProperties } from 'react';

export declare const getSizeMode: (value: string | number | undefined, defaultValue?: string) => string;
export declare const getInitialStyles: () => CSSProperties;
export declare const isStringLowerCase: (str: string) => boolean;
export declare const isComponentType: (type: string) => boolean;
