import { AspectRatio as Component } from './AspectRatio'; export declare const AspectRatio: { readonly name: "AspectRatio"; readonly purpose: "Keeps nested media at a fixed width-to-height ratio."; readonly example: "\n \"Mountain\n"; readonly body: "htmdx"; readonly props: readonly [{ readonly name: "ratio"; readonly type: "number"; readonly min: number; readonly default: 1; readonly description: "Width divided by height; use a positive number such as 1.7778 for 16:9."; }]; readonly Component: typeof Component; };