import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types'; /** * Given design token pipeline output for shadow tokens, creates an object that can be used in Theme object. * @param pipelineOutputShadow Assumes that this is the object in the tokens-shadow.json file of the pipeline output * @returns Object containing shadow tokens */ export declare function mapPipelineToShadow(pipelineOutputShadow: any): ThemeShadowDefinition; //# sourceMappingURL=mapPipelineToShadow.d.ts.map