export interface DebugMessageProps extends React.PropsWithChildren { /** * The end of the message where the arrow is rendered. * * @default 'left' */ orientation?: 'left' | 'right'; } export declare const DebugMessage: React.FC; //# sourceMappingURL=index.d.ts.map