/// <reference types="react" />
import type { SVGProps } from '../types';
/**
 * __SVG__
 *
 * An icon is used as a visual representation of common actions and commands to provide context.
 *
 * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
 * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-svgs)
 */
declare const SVG: import("react").NamedExoticComponent<SVGProps>;
export default SVG;
