import type { OrderListTokenSections } from '@primeuix-ce/themes/types/orderlist'; export * from '@primeuix-ce/themes/types/orderlist'; declare const root: OrderListTokenSections.Root; declare const controls: OrderListTokenSections.Controls; declare const css: OrderListTokenSections.CSS; declare const _default: { root: OrderListTokenSections.Root; controls: OrderListTokenSections.Controls; css: string; }; export { controls, css, _default as default, root };