import type { AppliedTheme, PropValue } from './types'; export declare const insertData: (object: PropValue, appliedTheme?: AppliedTheme) => PropValue;