export declare const feedback: (color?: string, Size?: string) => import("react/jsx-runtime").JSX.Element; export declare const bug: (color?: string, Size?: string) => import("react/jsx-runtime").JSX.Element; export declare const feature: (color?: string, Size?: string) => import("react/jsx-runtime").JSX.Element; export declare const cross: (color?: string, onClick?: () => void) => import("react/jsx-runtime").JSX.Element; export declare const contact: (color?: string, Size?: string) => import("react/jsx-runtime").JSX.Element; export declare const thanksPopUpTick: (backgroundColor?: string, Size?: string) => import("react/jsx-runtime").JSX.Element; export declare const whiteStar: (size?: number, color?: string, borderColor?: string) => import("react/jsx-runtime").JSX.Element; export declare const blackStar: (size?: number, color?: string, borderColor?: string) => import("react/jsx-runtime").JSX.Element; export declare const xLogo: (size?: number, color?: string) => import("react/jsx-runtime").JSX.Element; export declare const screenshotSvg: (color: string | undefined) => import("react/jsx-runtime").JSX.Element; export declare const fileSvg: (color: string | undefined) => import("react/jsx-runtime").JSX.Element; export declare const deleteSvg: (color: string | undefined) => import("react/jsx-runtime").JSX.Element;