import { member } from "../../../core";
export interface CharacterGroundColliderInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    Character?: member<any>;
}
export declare function CharacterGroundCollider(props: CharacterGroundColliderInput): any;
//# sourceMappingURL=CharacterGroundCollider.d.ts.map