import { ViewProps } from "react-native"; import * as react_jsx_runtime64 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types4 from "class-variance-authority/types"; //#region ui/empty.d.ts declare function Empty({ className, ...props }: ViewProps): react_jsx_runtime64.JSX.Element; declare function EmptyHeader({ className, ...props }: ViewProps): react_jsx_runtime64.JSX.Element; declare const emptyMediaVariants: (props?: ({ variant?: "default" | "icon" | null | undefined; } & class_variance_authority_types4.ClassProp) | undefined) => string; declare function EmptyMedia({ className, variant, ...props }: ViewProps & VariantProps): react_jsx_runtime64.JSX.Element; declare function EmptyTitle({ className, ...props }: ViewProps): react_jsx_runtime64.JSX.Element; declare function EmptyDescription({ className, ...props }: ViewProps): react_jsx_runtime64.JSX.Element; declare function EmptyContent({ className, ...props }: ViewProps): react_jsx_runtime64.JSX.Element; //#endregion export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle }; //# sourceMappingURL=empty.d.ts.map