export type EmphasisProps = { text?: string; }; declare const Emphasis: ({ text }: EmphasisProps) => import("react").JSX.Element | null; export default Emphasis; //# sourceMappingURL=Emphasis.d.ts.map