import { Role } from '@reusable-ui/core'; import type { ListProps } from '@reusable-ui/list'; export declare const calculateSemanticRole: (props: ListProps, defaultActionCtrl: boolean | undefined) => Role | null;