import * as React from "react";
interface QuoteWrapperProps {
    borderColor?: string;
    borderWidth?: string;
}
export declare const QuoteWrapper: ({ children, borderColor, borderWidth, }: React.PropsWithChildren<QuoteWrapperProps>) => JSX.Element;
export {};
