import { ConfigProps, VisibleProps } from "../../types"; export declare const Visible: ({ xs, sm, md, lg, xl, children, theme }: VisibleProps & ConfigProps) => false | import("react/jsx-runtime").JSX.Element;