import React from 'react'; import { type ButtonProps } from '../../../Button'; export type EmptyPrimaryActionOwnProps = ButtonProps; export type EmptyPrimaryActionProps = React.PropsWithChildren>; export declare function EmptyPrimaryAction({ ...restButtonProps }: EmptyPrimaryActionProps): import("react/jsx-runtime").JSX.Element; export declare namespace EmptyPrimaryAction { var displayName: string; } //# sourceMappingURL=PrimaryAction.d.ts.map