/// declare type TextButtonBoxProps = { text?: string; buttonLabel?: string; buttonWidth?: string; }; declare function TextButtonBox({ text, buttonLabel, buttonWidth }: TextButtonBoxProps): JSX.Element; declare namespace TextButtonBox { var defaultProps: TextButtonBoxProps; } export { TextButtonBox }; //# sourceMappingURL=TextButtonBox.d.ts.map