export function Editorial({ children, formatColor }: { children: any; formatColor: any; }): JSX.Element; export function Interaction({ children, formatColor }: { children: any; formatColor: any; }): JSX.Element; export function Scribble({ children, formatColor }: { children: any; formatColor: any; }): JSX.Element;