import { FC } from 'react'; interface BulletsListIconProps { color?: string; } export declare const BulletsListIcon: FC; export {};