type AspectRatio = 'cinemaFilm' | 'cinemaScope' | 'display' | 'film' | 'hdtv' | 'portrait' | 'sdtv' | 'smartphone' | 'square' | 'tall' | 'widescreen'; declare const aspectRatioFractions: Record; declare const aspectRatioNotations: Record; export { aspectRatioFractions, aspectRatioNotations, }; export type { AspectRatio, }; //# sourceMappingURL=aspect-ratios.d.ts.map