import { SetupContext } from 'vue';
import { SectionProps } from '../section.props';
export default function (props: SectionProps, context: SetupContext): () => any;
