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