export declare const getHeightFromRatio: (width: string, aspectRatio: number) => number; export declare const getWidthFromRatio: (height: string, aspectRatio: number) => number;