import type { CheckIconProps } from "../.."; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [CheckIconProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L462) * ## Props * @prop class: className * @prop ...restProps */ declare const CheckIcon: import("svelte").Component; type CheckIcon = ReturnType; export default CheckIcon;