import { CrudMenuPosition } from '../types'; import type { EntityManagement } from './entities'; /** * Default crud buttons for Entity Management screen (CRUD only, no custom actions) */ export declare const crudButtonsTemplate: (prefix: string, position: CrudMenuPosition) => import("@microsoft/fast-element").ViewTemplate; /** * Default header crud buttons area for Entity Management screen * @internal */ export declare const headerCrudAreaTemplate: (prefix: string) => import("@microsoft/fast-element").ViewTemplate; export declare const exportHeader: (prefix: string) => import("@microsoft/fast-element").ViewTemplate; /** * @internal */ export declare const headerTemplate: (prefix: string) => import("@microsoft/fast-element").ViewTemplate; /** * Template for the filters modal * @internal */ export declare const filtersModalTemplate: (prefix: string) => import("@microsoft/fast-element").ViewTemplate; /** * Defines the html of the entity component as a ViewTemplate object * @typeParam EntityManagement - the {@link EntityManagement | class} the template is defined for */ export declare const getPrefixedEntities: (prefix: string) => import("@microsoft/fast-element").ViewTemplate; /** @internal */ export declare const template: import("@microsoft/fast-element").ViewTemplate; //# sourceMappingURL=entities.template.d.ts.map