import type { JSX } from 'solid-js'; export declare function ArrowRightIcon(props: JSX.IntrinsicElements['svg'] & { title: string; }): JSX.Element; export declare function ArrowLeftIcon(props: JSX.IntrinsicElements['svg'] & { title: string; }): JSX.Element; export declare function RefreshIcon(props: JSX.IntrinsicElements['svg'] & { title: string; }): JSX.Element; export declare function ViewCompiledIcon(props: JSX.IntrinsicElements['svg'] & { title: string; }): JSX.Element; export declare function ViewOriginalIcon(props: JSX.IntrinsicElements['svg'] & { title: string; }): JSX.Element; export declare function CameraIcon(props: JSX.IntrinsicElements['svg'] & { title: string; }): JSX.Element; export declare function DiscordIcon(props: JSX.IntrinsicElements['svg'] & { title: string; }): JSX.Element; export declare function GithubIcon(props: JSX.IntrinsicElements['svg'] & { title: string; }): JSX.Element; export declare function SolidStartIcon(props: JSX.IntrinsicElements['svg'] & { title: string; }): JSX.Element;