import { PropExample } from '../../../types/types'; import { UuiContexts } from '@epam/uui-core'; export declare function getReactRefExamples(params: { uuiCtx: Pick; name: string; }): PropExample[]; export declare function getRawPropsExamples(): PropExample[]; export declare function getTextExamplesNoUndefined(isFirstDefault?: boolean): PropExample[]; export declare function getReactNodeExamples(text?: string): PropExample[]; export declare function getComponentExamples(): PropExample[]; export declare function getCallbackExample(params: { uuiCtx: Pick; name: string; }): ((...args: unknown[]) => void)[]; //# sourceMappingURL=reusableExamples.d.ts.map