export function Symbol({ width, height, assistiveText, viewBoxWidth, viewBoxHeight, align, offset, copyrightYear, children, overrides: componentOverrides, ...rest }: { [x: string]: any; width: any; height: any; assistiveText: any; viewBoxWidth: any; viewBoxHeight: any; align: any; offset: any; copyrightYear: any; children: any; overrides: any; }): JSX.Element; export namespace Symbol { export { propTypes }; } export namespace propTypes { const width: PropTypes.Requireable>; const height: PropTypes.Requireable>; const viewBoxWidth: PropTypes.Requireable; const viewBoxHeight: PropTypes.Requireable; const align: PropTypes.Validator; const offset: PropTypes.Requireable; const assistiveText: PropTypes.Requireable; const copyrightYear: PropTypes.Validator; const overrides: PropTypes.Requireable any>; component: PropTypes.Requireable; attributes: PropTypes.Requireable<(...args: any[]) => any>; }>>; Svg: PropTypes.Requireable any>; component: PropTypes.Requireable; attributes: PropTypes.Requireable<(...args: any[]) => any>; }>>; }>>; } import PropTypes from "prop-types";