export declare const PostActions: ({ component, edit, setEdit, draft: _ }: {
    component: any;
    edit: any;
    setEdit: any;
    draft: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const SaveButton: ({ component, title, edit, setEdit }: {
    component: any;
    title: any;
    edit: any;
    setEdit: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const AnswerActions: ({ component, edit, setEdit, draft, ssr }: {
    component: any;
    edit: any;
    setEdit: any;
    draft: any;
    ssr: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const OwnerChip: ({ owner, sx }: {
    owner: any;
    sx?: {} | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export declare const ContentEditor: ({ component, body, setBody, edit, loading, draft: _, setEdit: __, }: {
    component: any;
    body: any;
    setBody: any;
    edit: any;
    loading: any;
    draft: any;
    setEdit: any;
}) => import("react/jsx-runtime").JSX.Element;
