import type { Snippet } from 'svelte';
interface Props {
    children: Snippet;
    class?: string;
}
/**
 * [Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
 * ## Props
 * @props: children: any;
 * @props:class: string;
 */
declare const FeatureDefault: import("svelte").Component<Props, {}, "">;
type FeatureDefault = ReturnType<typeof FeatureDefault>;
export default FeatureDefault;
