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