import { CalloutProps } from "./Callout.types";
export declare const CalloutComponent: ({ className, style, children, icon, title, variant, width, height, grow, }: CalloutProps) => import("react/jsx-runtime").JSX.Element;
export declare const Callout: {
    (props: CalloutProps): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
