/// export declare const notFound: (props: any) => JSX.Element; /** * All icons should be in a 16x16 viewbox */ export declare const filter: (props: any) => JSX.Element; export declare const github: (props: any) => JSX.Element; export declare const gitAdded: (props: any) => JSX.Element; export declare const gitRemoved: (props: any) => JSX.Element; export declare const gitModified: (props: any) => JSX.Element; export declare const comments: (props: any) => JSX.Element; export declare const simpleCheck: (props: any) => JSX.Element; export declare const backArrow: (props: any) => JSX.Element; export declare const check: (props: any) => JSX.Element; export declare const more: (props: any) => JSX.Element; export declare const chevronDown: (props: any) => JSX.Element; export declare const caret: (props: any) => JSX.Element; export declare const cross: (props: any) => JSX.Element; export declare const plus: (props: any) => JSX.Element; export declare const plusInCircle: (props: any) => JSX.Element; export declare const menu: (props: any) => JSX.Element; export declare const bell: (props: any) => JSX.Element; export declare const box: (props: any) => JSX.Element; export declare const file: (props: any) => JSX.Element; export declare const clock: (props: any) => JSX.Element; export declare const folder: (props: any) => JSX.Element; export declare const star: (props: any) => JSX.Element; export declare const trash: (props: any) => JSX.Element; export declare const gear: (props: any) => JSX.Element; export declare const edit: (props: any) => JSX.Element; export declare const lock: (props: any) => JSX.Element; export declare const arrowDown: (props: any) => JSX.Element; export declare const link: (props: any) => JSX.Element; export declare const eye: (props: any) => JSX.Element; export declare const pr: (props: any) => JSX.Element; export declare const fork: (props: any) => JSX.Element; export declare const GoogleIcon: (props: any) => JSX.Element; export declare const heart: (props: any) => JSX.Element; export declare const twitter: (props: any) => JSX.Element; export declare const globe: (props: any) => JSX.Element; export declare const forkFilled: (props: any) => JSX.Element; export declare const search: (props: any) => JSX.Element; export declare const frozen: (props: any) => JSX.Element;