/// interface pProps { content?: string; } declare const p: (props: pProps) => JSX.Element; export default p;