import type { FileIconButtonBaseProps } from './types';
export declare const FileIconButton: import("../../../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<FileIconButtonBaseProps, "button", "as">;
