import type { ReactNode } from 'react'; export declare const getFilenameParts: (filename: string, size?: string, customIcon?: ReactNode) => { extension: string; filenameWithoutExtension: string; cellContentLeft: string | number | true | import("react").ReactFragment | JSX.Element; isVisible: boolean; }; //# sourceMappingURL=getFilenameParts.d.ts.map