import React from 'react'; import { FixedProps } from './types'; export declare const gridCount = 24; /** * Fixed * @param {FixedProps} props * @param ref * @constructor */ declare const Fixed: React.NamedExoticComponent; export default Fixed;