///
import { BADGE } from '@geometricpanda/storybook-addon-badges';
/**
*
* ```js
* import FormHeader from "@galaxy-ds/core";
* ```
*/
declare const meta: {
component: import("react").ForwardRefExoticComponent>;
title: string;
parameters: {
badges: BADGE[];
layout: string;
};
decorators: ((Story: import("@storybook/csf").PartialStoryFn void) | undefined;
ref?: import("react").LegacyRef | undefined;
key?: import("react").Key | null | undefined;
}>) => import("react/jsx-runtime").JSX.Element)[];
};
export default meta;
export declare const Default: {
args: {
title: string;
from: string;
};
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext void) | undefined;
ref?: import("react").LegacyRef | undefined;
key?: import("react").Key | null | undefined;
}>) => Promise;
render: (args: {
children?: import("react").ReactNode;
hideBranding?: boolean | undefined;
title?: string | undefined;
from?: string | undefined;
fixed?: boolean | undefined;
platformWeb?: boolean | undefined;
onClick?: (() => void) | undefined;
ref?: import("react").LegacyRef | undefined;
key?: import("react").Key | null | undefined;
}) => import("react/jsx-runtime").JSX.Element;
};