import React from "react";
interface EditorTabProps {
    title: string;
    selected?: boolean;
    onClick?: () => void;
}
declare const _default: React.NamedExoticComponent<EditorTabProps>;
export default _default;
//# sourceMappingURL=EditorTab.d.ts.map