import { type EnhancedModularDrawerConfiguration, type ModularDrawerConfiguration } from "./types";
export declare const defaultDrawerConfiguration: EnhancedModularDrawerConfiguration;
export declare function validateAndTransformConfigurationWithZod(config?: ModularDrawerConfiguration | EnhancedModularDrawerConfiguration): EnhancedModularDrawerConfiguration;
export declare function createModularDrawerConfiguration(config?: ModularDrawerConfiguration | EnhancedModularDrawerConfiguration): EnhancedModularDrawerConfiguration;
//# sourceMappingURL=utils.d.ts.map