import type { PropsWithChildren } from 'react'; declare const genericStylesSchema: import("../index.js").SchemaType; overrides: import("../core/schema-types").OverridesBreakpointStyles; }, import("../core/schema-types/new-style/types").StylesMutationMapping>; }>, import("../core/schema-types/object/types").InferDataMappings<{ styles: import("../index.js").SchemaType; overrides: import("../core/schema-types").OverridesBreakpointStyles; }, import("../core/schema-types/new-style/types").StylesMutationMapping>; }>, import("../core/schema-types").ObjectMutationMapping<{ styles: import("../core/schema-types").MapToProps; overrides: import("../core/schema-types").OverridesBreakpointStyles; }, import("../core/schema-types/new-style/types").StylesMutationMapping>; }>>; declare const openContainerLayoutSchema: import("../index.js").SchemaType; overrides: import("../core/schema-types").OverridesBreakpointStyles; }, import("../core/schema-types/new-style/types").StylesMutationMapping>; }>, import("../core/schema-types/object/types").InferDataMappings<{ openContainerLayout: import("../index.js").SchemaType; overrides: import("../core/schema-types").OverridesBreakpointStyles; }, import("../core/schema-types/new-style/types").StylesMutationMapping>; }>, import("../core/schema-types").ObjectMutationMapping<{ openContainerLayout: import("../core/schema-types").MapToProps; overrides: import("../core/schema-types").OverridesBreakpointStyles; }, import("../core/schema-types/new-style/types").StylesMutationMapping>; }>>; export declare type GenericStylesProps = typeof genericStylesSchema.componentPropsType['data']; export declare type OpenContainerLayoutStylesProps = typeof openContainerLayoutSchema.componentPropsType['data']; declare const genericSchema: import("../index.js").SchemaType, import("../core/schema-types/object/types").InferDataMappings<{}>, import("../core/schema-types").ObjectMutationMapping<{}>>; export declare type GenericSchemaProps = typeof genericSchema.componentPropsType['data']; export declare const genericLinkSchema: import("../index.js").SchemaType; }>, import("../core/schema-types/object/types").InferDataMappings<{ url: import("../index.js").SchemaType; }>, import("../core/schema-types").ObjectMutationMapping<{ url: import("../core/schema-types").MapToProps; }>>; export declare type GenericLinkProps = typeof genericLinkSchema.componentPropsType; export declare type PanelPositioning = 'top' | 'bottom'; export declare type PanelType = 'floated' | 'subtoolbar'; export declare type PanelProps = { positioning: PanelPositioning; closePanel: () => void; }; export declare type PanelContentProxyProps = PropsWithChildren<{ padding?: string; padBottom?: boolean; maxHeight?: string; }>; export {};