/// import { type ActionBarContextValue } from './ActionBar.context'; import { type ActionBarRecipeVariants } from './ActionBar.css'; export type ActionBarOwnProps = ActionBarRecipeVariants & { type?: ActionBarContextValue['type']; }; export type ActionBarProps = React.PropsWithChildren; export declare function ActionBar({ children, type, variant, className }: ActionBarProps): import("react/jsx-runtime").JSX.Element; export declare namespace ActionBar { var displayName: string; } //# sourceMappingURL=ActionBar.d.ts.map