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