export declare function MagicTableBody<T>(props: {
    rowAbsolute: boolean;
}): import("solid-js").JSX.Element;
