import type { PProps } from './P';
declare const Lead: ({ className, ...rest }: PProps) => import("react/jsx-runtime").JSX.Element;
export default Lead;
