declare function CollectionsTableCellContent({ children, allowOverflow }: any): import("react/jsx-runtime").JSX.Element;
declare namespace CollectionsTableCellContent {
    var defaultProps: {
        allowOverflow: boolean;
        className: string;
    };
}
export default CollectionsTableCellContent;
//# sourceMappingURL=CollectionsTableCellContent.d.ts.map