import type { Assign, PolymorphicProps } from '@ark-ui/react'; import type { ComponentProps, HTMLStyledProps } from '../../styled-system/types'; export type RootProps = ComponentProps; export declare const Root: import("react").ForwardRefExoticComponent, PolymorphicProps>, "ref"> & import("react").RefAttributes>; export declare const Content: import("react").ForwardRefExoticComponent, PolymorphicProps>, "ref"> & import("react").RefAttributes>; export declare const Description: import("react").ForwardRefExoticComponent, PolymorphicProps>, "ref"> & import("react").RefAttributes>; export declare const Icon: import("react").ForwardRefExoticComponent, PolymorphicProps>, "ref"> & import("react").RefAttributes>; export declare const Title: import("react").ForwardRefExoticComponent, PolymorphicProps>, "ref"> & import("react").RefAttributes>;