/// import { NestedTableNodeState } from '../../state/NestedTableState/NestedTableNodeState'; export interface PlaceholderStatesProps { state: NestedTableNodeState; } declare function _NestedTableRowPlaceholderStates(props: PlaceholderStatesProps): JSX.Element; export declare const NestedTableRowPlaceholderStates: typeof _NestedTableRowPlaceholderStates & { displayName: string; }; export {}; //# sourceMappingURL=NestedTableRowPlaceholderStates.d.ts.map