import { type Config } from "../utils/create-config";
/**
 * Sets up the `.flowbite-react/config.json` file in the project.
 *
 * This function creates or updates the configuration file with default values and validates existing configurations.
 */
export declare function setupConfig(): Promise<Config>;
