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