///
import type { CalloutKind } from "./Callout.types";
export declare const StyledCallout: import("styled-components").StyledComponent<"div", any, {
isClosed?: boolean | undefined;
kind: CalloutKind;
}, never>;
export declare const StyledCloseButton: import("styled-components").StyledComponent & import("react").AnchorHTMLAttributes & import("react").RefAttributes>, any, {}, never>;
export declare const StyledLinks: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledIconContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledChildrenContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledChildren: import("styled-components").StyledComponent, "value"> | undefined;
inputRef?: import("react").RefObject | undefined;
} & import("react").HTMLAttributes & import("react").HTMLAttributes & import("react").HTMLAttributes & import("react").HTMLAttributes & import("react").LabelHTMLAttributes & import("react").RefAttributes>, any, {}, never>;