import type { Generic } from 'adopted-style-sheets'; import type { KoliBriTableSelection, Stringified } from '../types'; export type TableSelectionPropType = Stringified; export type PropTableSelection = { selection: TableSelectionPropType; }; export declare const validateTableSelection: (component: Generic.Element.Component, value?: TableSelectionPropType) => void;