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