import type { MotionProps } from "framer-motion"; import type { HeightProps, LayoutProps, MaxHeightProps, MaxWidthProps, SpaceProps, WidthProps } from "styled-system"; declare const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "ref"> & import("react").RefAttributes, "ref"> & { ref?: import("react").Ref; }, never>> & string & Omit>, keyof import("react").Component>; interface SheetProps extends MotionProps, WidthProps, MaxWidthProps, HeightProps, MaxHeightProps, SpaceProps, LayoutProps { } declare const Sheet: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, "ref"> & import("react").RefAttributes, "ref"> & { ref?: import("react").Ref; }, SheetProps>> & string & Omit>, keyof import("react").Component>; declare const ContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; declare const Footer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; declare const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLParagraphElement>, "textTransform" | keyof import("react").HTMLAttributes | "disabled" | "inline" | "compact" | keyof import("..").StyledProps> & import("react").HTMLAttributes & { variant?: import("../NDSProvider/ComponentVariantContext").ComponentVariant; inline?: boolean; compact?: boolean; disabled?: boolean; textTransform?: "none" | "inherit" | "initial" | "-moz-initial" | "revert" | "unset" | "capitalize" | "full-size-kana" | "full-width" | "lowercase" | "uppercase" | undefined; fontSize?: string; } & import("..").StyledProps, "ref"> & { ref?: import("react").Ref; }, Omit, HTMLHeadingElement>, "ref"> & { ref?: import("react").Ref; }>, never>, never>, never>> & string; declare const HelpText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLParagraphElement>, "textTransform" | keyof import("react").HTMLAttributes | "disabled" | "inline" | "compact" | keyof import("..").StyledProps> & import("react").HTMLAttributes & { variant?: import("../NDSProvider/ComponentVariantContext").ComponentVariant; inline?: boolean; compact?: boolean; disabled?: boolean; textTransform?: "none" | "inherit" | "initial" | "-moz-initial" | "revert" | "unset" | "capitalize" | "full-size-kana" | "full-width" | "lowercase" | "uppercase" | undefined; fontSize?: string; } & import("..").StyledProps, "ref"> & { ref?: import("react").Ref; }, never>> & string; export { ContentContainer, Footer, Header, HelpText, Overlay, Sheet, Title };