/**
 * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
 * @codegen <<SignedSource::791047e86e377ffb57290259350f2f14>>
 * @codegenCommand yarn build:icon-glyphs
 */

import type { NewCoreIconProps } from '@atlaskit/icon/base-new';

declare const AccessibilityIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default AccessibilityIcon;
