import { Rotation } from './ArrowIcon'; import { SVGIconProps } from './SVGIcon'; export interface Props extends SVGIconProps { direction?: keyof Rotation; } export declare const TriangleIcon: ({ direction, ...props }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=TriangleIcon.d.ts.map