import React from 'react'; import type { ViewStyle } from 'react-native'; import type { PinningDirection } from '@coinbase/cds-common/types/BoxBaseProps'; import type { SharedProps } from '@coinbase/cds-common/types/SharedProps'; export type OverflowGradientProps = { pin?: Exclude; style?: ViewStyle; } & SharedProps; export declare const OverflowGradient: React.NamedExoticComponent; //# sourceMappingURL=OverflowGradient.d.ts.map