export * from './tailwind';
export * from './bootstrap';
export * from './bootstrap4';
export * from './bootstrap5';
export * from './bulma';
export * from './materialize';
export * from './foundation';
export * from './semanticUi';
declare const _default: {
    tailwind: import("./tailwind").Tailwind;
    bootstrap: import("./bootstrap").Bootstrap;
    bootstrap3: import("./bootstrap").Bootstrap;
    bootstrap4: import("./bootstrap4").Bootstrap4;
    bootstrap5: import("./bootstrap5").Bootstrap5;
    bulma: import("./bulma").Bulma;
    materialize: import("./materialize").Materialize;
    foundation: import("./foundation").Foundation;
    semanticUi: import("./semanticUi").SemanticUi;
};
export default _default;
