import type { SortOption } from './_internal/components/DataViewSortButton/DataViewSortButton.types'; export interface DataViewToolbarProps { /** * An array of sort options to display in the dropdown. */ sortOptions?: SortOption[]; } declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { sortOptions: SortOption[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;