import * as React from "react"; import { SegmentInfoImplOwnProps, SegmentInfoImplProps } from "./SegmentInfoImpl"; export type SegmentInfoProps = SegmentInfoImplOwnProps; export type SegmentInfoChildrenProps = Omit; export declare class SegmentInfo extends React.PureComponent { static readonly friendlyName = "SegmentInfo"; static readonly displayName = "SegmentInfo"; static readonly Content: import("@twilio/flex-ui-core").DynamicContentStore; render(): JSX.Element; }