import { FC } from 'react'; import type { FastUIProps } from '../index'; import type { FastProps } from '../models'; type Config = Omit; export declare const ConfigContext: import("react").Context; export declare const useCustomRender: (props: FastProps) => FC | void; export {};