import type { Config } from "../utils/create-config"; /** * Sets up the `.flowbite-react/init.tsx` file in the project. * * This function ensures the init.tsx file exists and is up-to-date with the current configuration. * It will create or update the file if needed. */ export declare function setupInit(config: Config): Promise;