import { ExtractPropTypes, PropType } from 'vue'; export declare const borderBoxProps: { color: { type: PropType>; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }; export type BorderBoxProps = ExtractPropTypes;