import { CornerParams, CornerPathParams } from '../types/types';
export declare const getPathParamsForCorner: ({ cornerRadius, cornerSmoothing, width, height, }: CornerParams) => CornerPathParams;
