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