///
import { ButtonProps } from '@wix/design-system';
export type PrimaryActionButtonProps = Omit & {
onClick?: any;
};
export declare const PrimaryActionButton: {
(props: PrimaryActionButtonProps): JSX.Element;
displayName: string;
};
//# sourceMappingURL=PrimaryActionButton.d.ts.map