import { DialogIconProps } from './types.js';
export declare function DialogIcon({ ref, className, 'data-justify': justify, 'data-justify-content': justifyContent, 'data-font-size': size, 'data-font-weight': weight, ...props }: DialogIconProps): import("react/jsx-runtime").JSX.Element;