export default class QuoteInstructions { constructor(props: any); state: { instuctionData: string; surveyInstructions: string; }; componentDidMount(): void; surveyInstructions(): Promise; getActivityTypeIdIfSSL(activityTypeId: any): any; renderItem: ({ item }: { item: any; }) => any; renderListHeader: () => any; renderListFotter: () => any; render(): any; }