/// import type { IconType } from "./Icon/types"; declare function QuickScript(props: IconType): JSX.Element; export default QuickScript;