import * as React from 'react'; declare function Stack(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Stack; export default Stack;