import type { Props } from './types'; export declare function AspectRatio({ className, children, ratio, style, ...restProps }: Props): import("react").JSX.Element; export type { Props }; export default AspectRatio;