import type { SVGProps } from 'react'; interface IProps extends SVGProps { width?: string; height?: string; color?: string; } declare function SvgKeyboard(props: IProps): import("react/jsx-runtime").JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;