import { SVGProps } from 'react';

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

export { Pillar as default };
