export type VdpLogoProps = { variant: "square" | "expand"; className?: string; width: number; }; export declare const VdpLogo: (props: VdpLogoProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VdpLogo.d.ts.map