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