///
type Props = {
last?: boolean;
};
export declare const PluginFormDescription: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Props, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>;
export {};