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 _default: { root: OrderListTokenSections.Root; controls: OrderListTokenSections.Controls; }; export { controls, _default as default, root };