import type { ButtonRefetchProp } from "../../props/components/query.prop.js"; export type { ButtonRefetchProp, ButtonRefetchProp as ButtonRefetchProps, } from "../../props/components/query.prop.js"; /** Page-header Refresh — spins while `query.isFetching`, calls `query.refetch()`. */ export declare function ButtonRefetch({ query, label, children, variant, size, className, ...props }: ButtonRefetchProp): import("react").JSX.Element;