import { SVGProps } from 'react'; declare const Stacks: (props: SVGProps) => JSX.Element; export { Stacks as default };