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