import { type DialogContentProps, type DialogOverlayProps } from "@reach/dialog"; import type { MotionProps } from "framer-motion"; import type React from "react"; import type { HeightProps, LayoutProps, MaxHeightProps, MaxWidthProps, SpaceProps, WidthProps } from "styled-system"; declare const OverlayDialog: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute>), import("styled-components/dist/types").BaseObject>> & (string & (Omit, keyof React.Component> | Omit, keyof React.Component>)); declare const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "ref"> & React.RefAttributes, "ref"> & { ref?: React.Ref; }, never>> & string & Omit>, keyof React.Component>; declare const SheetDialog: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute>), import("styled-components/dist/types").BaseObject>> & (string & (Omit, keyof React.Component> | Omit, keyof 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"> & React.RefAttributes, "ref"> & { ref?: React.Ref; }, SheetProps>> & string & Omit>, keyof 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 React.HTMLAttributes | "disabled" | "inline" | "compact" | keyof import("..").StyledProps> & 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?: React.Ref; }, Omit, HTMLHeadingElement>, "ref"> & { ref?: React.Ref; }>, never>, never>, never>> & string; declare const HelpText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLParagraphElement>, "textTransform" | keyof React.HTMLAttributes | "disabled" | "inline" | "compact" | keyof import("..").StyledProps> & 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?: React.Ref; }, never>> & string; export { ContentContainer, Footer, Header, HelpText, Overlay, OverlayDialog, Sheet, SheetDialog, Title };