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