import { type UniBlockProps } from '../../UniBlock/UniBlockProps'; import { type BenefitsBlockContent } from './BenefitsBlockContent'; interface BenefitsBlockProps extends BenefitsBlockContent, UniBlockProps { } export declare const BenefitsBlock: import("@redneckz/uni-jsx").UNIComponent; export {};