declare const border: { sm: string; full: string; none: string; }; export declare type BorderProps = typeof border; export default border;