import { SVGProps } from 'react';

declare const Stacks: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Stacks as default };
