import React from 'react'; export declare const PrimaryActionButton: ({ children, icon, ...otherProps }: { [x: string]: any; children: any; icon: any; }) => React.JSX.Element; export default PrimaryActionButton; //# sourceMappingURL=PrimaryActionButton.d.ts.map