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