export declare function widthStyle({ width }: { width: any; }): "" | { [x: string]: string; [x: number]: string; }; export declare namespace widthStyle { var __lookupStyles: string[]; }