import { ReactNode } from "react";
export declare type Props = {
    children: ReactNode;
};
