export declare const cssStringToSize: (sizeString: string) => { width: string; height: string; };