import type { Device, JsonPropertiesParserResult } from './types'; import type { ISectionJsonProperties } from '../../../../DynamicLayout/types'; export default function parseJsonProperties(properties: ISectionJsonProperties['data'] | undefined, device: Device): JsonPropertiesParserResult;