/**
 * Barrel export para módulo Features/Presets
 * Open/Closed Principle: Sistema extensível de presets
 */
export { VLibrasPresets, usePreset, useVLibrasPreset } from './VLibrasPresets';
export type { VLibrasPreset, PresetCategory } from '../../types/features.types';
//# sourceMappingURL=index.d.ts.map