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