import { GridStateCommunity } from '../../models/gridStateCommunity'; /** * Get the theme state * @category Core */ export declare const gridIsRtlSelector: (state: GridStateCommunity) => boolean;