export interface renderTypes {
    isServer: boolean;
    isClient: boolean;
    isLoading: boolean;
}
