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

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

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