import { EmptyPlaceholderCtxValue } from './types'; export declare const EmptyPlaceholderContext: import("react").Context; export declare const useEmptyPlaceholderContext: (providedProps?: Partial) => { onPress?: import("@codeleap/types").AnyFunction | undefined; description?: string | undefined; order?: Array<"info" | "illustration" | "button"> | undefined; title?: string | undefined; itemName?: string | undefined; image?: number | import("@d11/react-native-fast-image").Source | undefined; icon?: import("@codeleap/styles").AppIcon | undefined; loading?: boolean | undefined; LoadingComponent?: import("react").ReactElement | undefined; buttonText?: string | undefined; styles: import("@codeleap/styles").StyleRecord; } & Partial; //# sourceMappingURL=context.d.ts.map