type SvgProps = { type: string; color: string | undefined; }; declare const GetStartedSvgs: ({ type, color }: SvgProps) => import("react/jsx-runtime").JSX.Element; export default GetStartedSvgs;