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