import { IconProps } from '../../iconUtils'; export declare const Flowsheet: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type FlowsheetProps = IconProps; export default Flowsheet;