export declare class DataTableOptions { title: string; countable: boolean; searchable: boolean; filterable: boolean; paginator: boolean; }