export function Editorial({ children, small, large, medium }: { children: any; small: any; large: any; medium: any; }): JSX.Element; export function Interaction({ children, small, large, medium }: { children: any; small: any; large: any; medium: any; }): JSX.Element;