import type { CSSProperties } from 'react'; export declare const getWrapperStyle: (width?: number | string, height?: number | string, style?: CSSProperties) => CSSProperties | undefined;