import '../style.css';
export type AvatarVideoGeneratorProps = {
    apiKey: string;
};
export declare const AvatarVideoGenerator: ({ apiKey }: AvatarVideoGeneratorProps) => import("react/jsx-runtime").JSX.Element;
