import { IconProps } from '../lib';
declare function Keyboard(props: IconProps): JSX.Element;
export default Keyboard;
