import { SvgProps } from "../../Svg"; export declare const TriangleDown: (props: SvgProps) => JSX.Element; export declare const TriangleUp: (props: SvgProps) => JSX.Element;