/** * If the user provides an onChange or similar function, use that, * otherwise fallback to the uncontrolled toggle */ export declare function toggleWithFallback(uncontrolledToggle: undefined | ((...args: any[]) => void) | (() => void), controlledToggle?: (...args: any[]) => void, ...args: unknown[]): void; //# sourceMappingURL=utils.d.ts.map