import { BoxProps } from '../Box/Box';
export interface AttachmentDescriptionOwnProps {
}
export interface AttachmentDescriptionProps extends AttachmentDescriptionOwnProps, BoxProps {
}
export declare type AttachmentDescriptionStylesProps = never;
export declare const attachmentDescriptionClassName = "ui-attachment__description";
/**
 * A AttachmentDescription provides more detailed information about the Attachment.
 */
export declare const AttachmentDescription: import("@fluentui/react-bindings").ComponentWithAs<"span", AttachmentDescriptionOwnProps & BoxProps>;
