export declare const CORNER_SIZE = 7; type UseDotsPathProps = { matrix: number[][]; size: number; logoSize: number; logoMargin: number; logoBorderRadius: number; hasLogo: boolean; }; export declare function useDotsPath({ matrix, size, logoSize, logoMargin, logoBorderRadius, hasLogo, }: UseDotsPathProps): string; export {}; //# sourceMappingURL=useDotsPath.d.ts.map