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