import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const BookmarksOutlined: React.MemoExoticComponent>; declare type BookmarksOutlinedRef = PathIconRef; declare type BookmarksOutlinedProps = PathIconProps; export { BookmarksOutlined }; export type { BookmarksOutlinedRef, BookmarksOutlinedProps }; export default BookmarksOutlined;