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