type StyledFormSummaryProps = { showSummary?: boolean; fullWidth?: boolean; }; export declare const StyledFormSummary: import("styled-components").StyledComponent<"div", any, StyledFormSummaryProps, never>; export declare const StyledMessagePrefix: import("styled-components").StyledComponent<"div", any, {}, never>; export type StyledInternalSummaryProps = { type: "error" | "warning"; }; export declare const StyledInternalSummary: import("styled-components").StyledComponent<"div", any, StyledInternalSummaryProps, never>; export {};