export declare const getGridTemplateColumns: (columns: Array<{ width?: string | number; minWidth?: `${string}px`; }>) => string;