import { type DataType } from '../data-type';
declare const Variant: DataType;
export default Variant;
