export default class sizeHelper {
    static validate(size: string, withAuto: boolean, withCustom: boolean): boolean;
    static breakPointName(size: number): string;
    static elementWidth(element: HTMLElement | null | undefined): number;
}
//# sourceMappingURL=sizeHelper.d.ts.map