import type { TitleProps } from './types.js'; declare const CpnTitle: (props: TitleProps) => import("react/jsx-runtime").JSX.Element; export default CpnTitle;