import { FunctionComponent } from 'react'; type Intent = 'danger' | 'information' | 'success' | 'warning'; export interface IntentStripeProps { className?: string; intent: Intent; } export declare const IntentStripe: FunctionComponent; export {}; //# sourceMappingURL=IntentStripe.d.ts.map