export declare const BorderBlocks: ({ borders }: {
    borders: any;
}) => import("react/jsx-runtime").JSX.Element;
