/// import { FormsTable } from "./formsTable.component"; declare const _default: { title: string; component: typeof FormsTable; argTypes: { icon: { control: { type: string; options: string[]; }; }; data: { control: { type: string; }; }; operations: { control: { type: string; }; }; isLoading: { control: { type: string; }; }; isEmpty: { control: { type: string; }; }; disableFilters: { control: { type: string; }; }; disablePagination: { control: { type: string; }; }; tags: { control: { type: string; }; }; }; parameters: {}; }; export default _default; export declare const Sandbox: { (args: any): JSX.Element; args: { icon: string; data: { _id: string; type: string; tags: string[]; title: string; name: string; path: string; modified: string; }[]; operations: ({ title: string; action: string; alias: string; path: string; icon: string; permissionsResolver(): boolean; buttonType?: undefined; } | { action: string; path: string; icon: string; buttonType: string; permissionsResolver(): boolean; title?: undefined; alias?: undefined; })[]; }; }; export declare const ButtonsOutlined: { (args: any): JSX.Element; args: { icon: string; data: { _id: string; type: string; tags: string[]; title: string; name: string; path: string; modified: string; }[]; operations: ({ title: string; action: string; alias: string; path: string; icon: string; buttonOutline: boolean; permissionsResolver(): boolean; buttonType?: undefined; } | { action: string; path: string; icon: string; buttonType: string; buttonOutline: boolean; permissionsResolver(): boolean; title?: undefined; alias?: undefined; })[]; }; };