import { IStyle, Theme } from '@fluentui/react';
/**
 * @private
 */
export declare const suppressIconStyle: {
    iconContainer: {
        minHeight: string;
        minWidth: string;
        height: string;
        width: string;
        margin: string;
    };
    icon: {
        display: string;
    };
};
/**
 * @private
 */
export declare const sendBoxWrapperStyles: string;
/**
 * @private
 */
export declare const sendButtonStyle: string;
/**
 * @private
 */
export declare const sendIconStyle: (props: {
    theme: Theme;
    isSendBoxButtonDisabled: boolean;
    customSendIconStyle?: IStyle;
    defaultTextColor?: string;
}) => string;
/**
 * @private
 */
export declare const editorTextBoxButtonStyle: IStyle;
/**
 * @private
 */
export declare const attachmentUploadCardsStyles: string;
/**
 * @private
 */
export declare const useV9CustomStyles: () => Record<"clearBackground", string>;
/**
 * @private
 */
export declare const attachmentCardBoxStyle: string;
/**
 * @private
 */
export declare const defaultSendBoxInactiveBorderThicknessREM = 0.0625;
/**
 * @private
 */
export declare const defaultSendBoxActiveBorderThicknessREM = 0.125;
/**
 * @private
 */
export declare const borderAndBoxShadowStyle: (props: {
    theme: Theme;
    hasErrorMessage: boolean;
    disabled: boolean;
}) => string;
/**
 * @private
 */
export declare const borderEditBoxStyle: (props: {
    theme: Theme;
    defaultBorderColor?: string;
    hasErrorMessage: boolean;
    disabled: boolean;
}) => IStyle;
//# sourceMappingURL=SendBox.styles.d.ts.map