/// export declare const Modal: import("styled-components").StyledComponent | undefined; forwardedAs?: string | import("react").ComponentType | undefined; }>, any, {}, never>; export declare const ModalHeader: import("styled-components").StyledComponent<"div", any, { align?: string | undefined; justify?: string | undefined; alignSelf?: string | undefined; gap?: string | undefined; padding?: string | undefined; }, never>; export declare const ModalBody: import("styled-components").StyledComponent<"div", any, { align?: string | undefined; justify?: string | undefined; alignSelf?: string | undefined; gap?: string | undefined; padding?: string | undefined; }, never>; export declare const ModalFooter: import("styled-components").StyledComponent<"div", any, { align?: string | undefined; justify?: string | undefined; alignSelf?: string | undefined; gap?: string | undefined; padding?: string | undefined; }, never>; export declare const Link: import("styled-components").StyledComponent<"a", any, {}, never>; export declare const StyledButton: import("styled-components").StyledComponent<"button", any, { theme: any; }, never>;