import { type TariffsTableInnerContent } from '../../ui-kit/InnerTable/InnerTableProps'; import { type UniBlockProps } from '../../UniBlock/UniBlockProps'; export interface TariffsTableRowContainerProps extends UniBlockProps { tableInner?: TariffsTableInnerContent; onClick?: (_?: TariffsTableInnerContent) => void; } export declare const DIVIDER_STYLE = "border-main-divider lg:border-b w-full py-s lg:py-xl"; export declare const TariffsTableRowContainer: import("@redneckz/uni-jsx").UNIComponent;