import * as React from 'react'; declare const StyledEmptyStateTitle: React.ForwardRefExoticComponent, HTMLHeadingElement>, "size"> & { size?: ("sm" | "md" | "lg" | "xs" | "xl" | Partial>) | undefined; } & { as?: React.ElementType; }>; type EmptyStateTitleProps = React.ComponentProps & { as?: React.ComponentType | React.ElementType; }; export declare const EmptyStateTitle: (props: EmptyStateTitleProps) => React.JSX.Element; export {};