import React from "react"; import type { FrameProps } from "./types"; export declare function Frame({ children, aspectX, aspectY, as: Tag, dataAttributes, ariaAttributes, role, id, UNSAFE_className, UNSAFE_style, }: FrameProps): React.JSX.Element;