export type AvatarProps = React.ComponentPropsWithoutRef<'video'>; export declare function Avatar(props: AvatarProps): import("react/jsx-runtime").JSX.Element;