import type { RowActionProps } from ".";
type ShowActionProps = RowActionProps & {
    row: any;
    resource: string;
    title: string;
};
export declare function ShowAction({ row, resource, title, disabled, ...props }: ShowActionProps): import("react/jsx-runtime").JSX.Element;
export declare namespace ShowAction {
    var displayName: string;
}
export {};
//# sourceMappingURL=show.d.ts.map