export default class ActionableEmptyStateController { header: string; subheader: string; bulletOne: string; bulletTwo: string; bulletThree: string; buttonText: string; buttonAction: () => void; protected runButtonAction(): void; }