/// <reference types="react" />
export interface IconTrashOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconTrashOutline: React.FC<IconTrashOutlineProps>;
