import * as React from "react"; import type { BannerProp } from "../../props/components/feedback.prop.js"; export type { BannerProp, BannerProp as BannerProps } from "../../props/components/feedback.prop.js"; export declare const Banner: React.ForwardRefExoticComponent> & { Title: React.ForwardRefExoticComponent & { className?: import("../../props/index.js").ClassNameProp; children?: import("../../props/index.js").ChildrenProp; } & React.RefAttributes>; Content: React.ForwardRefExoticComponent & { className?: import("../../props/index.js").ClassNameProp; children?: import("../../props/index.js").ChildrenProp; } & React.RefAttributes>; Description: React.ForwardRefExoticComponent & { className?: import("../../props/index.js").ClassNameProp; children?: import("../../props/index.js").ChildrenProp; } & React.RefAttributes>; Actions: React.ForwardRefExoticComponent & { className?: import("../../props/index.js").ClassNameProp; children?: import("../../props/index.js").ChildrenProp; } & React.RefAttributes>; };