import { default as React } from 'react'; type Props = { onPick: (changeColor?: string, changeStyle?: string) => void; }; declare const CustomBorder: React.FC; export default CustomBorder;