import type { FC } from 'react'; import type { BoxSize, GradientColor, LayerId } from '../../types'; type ShapeBorderRadius = { layerId: LayerId; boxSize: BoxSize; gradient: GradientColor; }; export declare const ShapeBorderGradientPath: FC; export {}; //# sourceMappingURL=ShapeBorderGradientPath.d.ts.map