import { FunctionComponent } from 'preact';
import { TIconProps } from '../../types';
declare const LaptopIcon: FunctionComponent<TIconProps>;
export default LaptopIcon;
//# sourceMappingURL=LaptopIcon.d.ts.map