import React from 'react'; declare type Props = { children: React.ReactNode; }; export declare const SegmentTitle: (props: Props) => JSX.Element; export default SegmentTitle;