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