import { PropsWithChildren, HTMLProps } from 'react'; export declare function AspectRatio({ aspectRatio, className, children, ...extra }: PropsWithChildren<{ aspectRatio: number; } & HTMLProps>): JSX.Element;