export declare function getWidth(value?: { [key: string]: any; } | number | null | undefined, defaultWidth?: number | null, key?: string): string;