export declare const BorderBoxContainer: (props: any, { slots }: {
    slots: any;
}) => JSX.Element;
export declare const BorderBoxContent: (props: any, { slots }: {
    slots: any;
}) => JSX.Element;
