export declare function normaliseColumnWidth(width: string | number): number | string; declare type mixed = {}; export declare function isPercentage(width: mixed): boolean; export {}; //# sourceMappingURL=utils.d.ts.map