import * as react_jsx_runtime from 'react/jsx-runtime';
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
import * as React from 'react';

declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime.JSX.Element;

export { AspectRatio };
