import { FunctionComponent, SVGProps } from 'react'; interface Props extends SVGProps { iconColor?: string; } export declare const Trashcan: FunctionComponent; export {};