import React from 'react'; export declare const AmbientCardButton: { (props: any): React.JSX.Element; propTypes: { /** * When true will display edit button. */ editOption: any; /** * When true will display launch button. */ launchOption: any; /** * When true will display delete button. */ deleteOption: any; /** * Will display a text lable vesion. */ children: any; }; }; //# sourceMappingURL=AmbientCardButton.d.ts.map