export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "body" | "footer" | "header" | "arrow" | "arrowTip", {
    size: {
        sm: {
            content: {
                '--popover-padding': "spacing.4";
            };
        };
    };
}>;
