/// import { IconProps } from '../../types'; declare const Structure: (allProps: IconProps) => JSX.Element; export default Structure;