/**
 * The jsx fragment component that returns it's children as is.
 */
export declare function Fragment(props: {
    children?: unknown;
}): unknown;
