import type { NavigationButtonProps } from "./navigation-button"; import type { Prettify } from "../../contexts/data/types"; export { useDeleteButton } from "./delete-button"; export { useRefreshButton } from "./refresh-button"; export declare const useShowButton: (props: Prettify>) => import("./navigation-button").NavigationButtonValues; export declare const useEditButton: (props: Prettify>) => import("./navigation-button").NavigationButtonValues; export declare const useCloneButton: (props: Prettify>) => import("./navigation-button").NavigationButtonValues; export declare const useCreateButton: (props: Prettify>) => import("./navigation-button").NavigationButtonValues; export declare const useListButton: (props: Prettify>) => import("./navigation-button").NavigationButtonValues; export declare const useSaveButton: () => import("./actionable-button").ActionableButtonValues; export declare const useExportButton: () => import("./actionable-button").ActionableButtonValues; export declare const useImportButton: () => import("./actionable-button").ActionableButtonValues; //# sourceMappingURL=index.d.ts.map