import type { SVGProps } from "react"; export interface AuthentikLogoIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function AuthentikLogoIcon({ className, size, color, ...props }: AuthentikLogoIconProps): import("react").JSX.Element; //# sourceMappingURL=authentik-logo-icon.d.ts.map