import { ForgeChildren, ForgeElement } from './types'; export declare const ContentAction: (props: { children: ForgeChildren; }) => ForgeElement; export declare const ContentBylineItem: (props: { children: ForgeChildren; }) => ForgeElement; export declare const ContextMenu: (props: { children: ForgeChildren; }) => ForgeElement; export declare const CustomContent: (props: { children: ForgeChildren; }) => ForgeElement; export interface PageCustomContentListViewProps { type: string; spaceKey: string; contentId: string; } export declare const PageCustomContentListView: (props: PageCustomContentListViewProps) => ForgeElement; export interface SpaceCustomContentListViewProps { type: string; spaceKey: string; } export declare const SpaceCustomContentListView: (props: SpaceCustomContentListViewProps) => ForgeElement; export declare const GlobalPage: (props: { children: ForgeChildren; }) => ForgeElement; export declare const GlobalSettings: (props: { children: ForgeChildren; }) => ForgeElement; export declare const HomepageFeed: (props: { children: ForgeChildren; }) => ForgeElement; export declare const SpacePage: (props: { children: ForgeChildren; }) => ForgeElement; export declare const SpaceSettings: (props: { children: ForgeChildren; }) => ForgeElement; //# sourceMappingURL=components-confluence.d.ts.map