///
import { ButtonProps } from '@wix/design-system';
export type AddNewButtonProps = Omit & {
onClick?: any;
};
/**
* @deprecated Use primaryActionButton instead.
*/
export declare function AddNewButton(props: AddNewButtonProps): JSX.Element;
//# sourceMappingURL=AddNewButton.d.ts.map