import type { IconProps } from "./types"; export declare const EndIcon: (props: IconProps) => JSX.Element;