import type { BitsConfigProps } from "../types.js";
declare const BitsConfig: import("svelte").Component<BitsConfigProps, {}, "">;
type BitsConfig = ReturnType<typeof BitsConfig>;
export default BitsConfig;
