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