import React from 'react'; export declare const borderStyleOptions: { value: string; readonly label: string; }[]; export declare function BorderStyle(): React.JSX.Element;