import { ProfileType } from '@parca/parser'; interface Props { profileType?: ProfileType; total: bigint; filtered: bigint; } declare const TableColumnsDropdown: ({ profileType, total, filtered }: Props) => JSX.Element; export default TableColumnsDropdown; //# sourceMappingURL=TableColumnsDropdown.d.ts.map