import { InstructionsOutputModel } from './InstructionsOutput.types';
declare const InstructionsOutput: ({ type, colorTextCustom, ...props }: InstructionsOutputModel) => import("react/jsx-runtime").JSX.Element;
export default InstructionsOutput;
