import type { GeneralInfoProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [GeneralInfoProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L483) * ## Props * @prop inputs */ declare const GeneralInfo: import("svelte").Component; type GeneralInfo = ReturnType; export default GeneralInfo;