import type { ImageConfigGradient } from "react-native-ios-utilities"; declare const Presets: { leftToRight: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; leftToRightOffsetMinus30Percent: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; leftToRightOffsetPlus30Percent: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; rightToLeft: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; rightToLeftOffsetMinus30Percent: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; rightToLeftOffsetPlus30Percent: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; topToBottom: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; topToBottomOffsetMinus30Percent: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; topToBottomOffsetPlus30Percent: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; bottomToTop: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; bottomToTopOffsetMinus30Percent: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; bottomToTopOffsetPlus30Percent: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; centerToOuterEdge: { type: string; startPoint: { x: number; y: number; }; endPoint: { x: number; y: number; }; colors: string[]; size: import("react-native").ScaledSize; }; centerToOuterEdgeOffsetMinus30Percent: { type: string; startPoint: { x: number; y: number; }; endPoint: { x: number; y: number; }; colors: string[]; size: import("react-native").ScaledSize; }; centerToOuterEdgeOffsetPlus30Percent: { type: string; startPoint: { x: number; y: number; }; endPoint: { x: number; y: number; }; colors: string[]; size: import("react-native").ScaledSize; }; outerEdgeToCenter: { type: string; startPoint: { x: number; y: number; }; endPoint: { x: number; y: number; }; colors: string[]; size: import("react-native").ScaledSize; }; outerEdgeToCenterEdgeOffsetMinus30Percent: { type: string; startPoint: { x: number; y: number; }; endPoint: { x: number; y: number; }; colors: string[]; size: import("react-native").ScaledSize; }; outerEdgeToCenterEdgeOffsetPlus30Percent: { type: string; startPoint: { x: number; y: number; }; endPoint: { x: number; y: number; }; colors: string[]; size: import("react-native").ScaledSize; }; opaqueLeftAndRightClearCenter: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueLeftAndRightClearCenterOffsetPlus30: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueLeftAndRightClearCenterOffsetPlus50: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueLeftAndRightClearCenterOffsetMinus30: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueLeftAndRightClearCenterOffsetMinus50: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueCenterClearLeftAndRight: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueCenterClearLeftAndRightOffsetPlus30: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueCenterClearLeftAndRightOffsetPlus50: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueTopAndBottomClearCenter: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueTopAndBottomClearCenterOffsetPlus30: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; opaqueTopAndBottomClearCenterOffsetPlus50: { type: string; startPointPreset: string; endPointPreset: string; colors: string[]; size: import("react-native").ScaledSize; }; }; type PresetKeys = keyof typeof Presets; export declare const AlphaGradientMaskPresets: Record; export {}; //# sourceMappingURL=AlphaGradientMaskPresets.d.ts.map