/// /** @public */ export type SplunkOnCallPageProps = { title?: string; subtitle?: string; pageTitle?: string; }; export declare const SplunkOnCallPage: { (props: SplunkOnCallPageProps): JSX.Element; defaultProps: { title: string; subtitle: string; pageTitle: string; }; };