import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const AspectRatio: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default AspectRatio;
