import { Theme } from "@material-ui/core";
export declare type ActiveItemsProps = {
    component: JSX.Element;
    performer: JSX.Element;
    subtitle: string;
    theme?: Theme;
    type: "add" | "edit";
};
declare const _default: ({ theme, type, component, performer, subtitle, }: ActiveItemsProps) => JSX.Element;
export default _default;
