import React from 'react'; import { AspectRatioProps as MantineAspectRatioProps } from '@mantine/core'; export type AspectRatioProps = MantineAspectRatioProps; declare const AspectRatio: (props: AspectRatioProps) => React.JSX.Element; export { AspectRatio };