interface CreateAction { text: string; icon: string; } interface UpsertButtonProps { entityName: string; createAction?: CreateAction; } declare const UpsertButton: ({ entityName, createAction }: UpsertButtonProps) => import("react/jsx-runtime").JSX.Element; export default UpsertButton; //# sourceMappingURL=UpsertButton.d.ts.map