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