import * as React from "react"; import { IconProps } from '../lib'; declare const Stack: (props: IconProps) => React.JSX.Element; export default Stack; //# sourceMappingURL=Stack.d.ts.map