import type { PyTitleTag } from "./py-title.types"; /** * @param root0 * @param root0.children * @deprecated */ declare const PyTitle: PyTitleTag; export default PyTitle;