/// import { IconProps } from '../../types'; declare const Keyboard: (allProps: IconProps) => JSX.Element; export default Keyboard;