export declare const TEXT_PROPS_TO_BLOCK: string[]; type Props = { [key: string]: any; }; export declare const safelySpreadTextProps: (props: Props) => Props; export {}; //# sourceMappingURL=SafelySpreadProps.d.ts.map