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