import * as React from 'react';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: React.FunctionComponent<import("./types").UpGridProps & import("../../../Common/theming/withTheme").WithThemeProps>;
};
export default _default;
export declare const GeneralUse: () => JSX.Element;
export declare const PushPullCol: {
    (): JSX.Element;
    storyName: string;
};
export declare const OrderCol: {
    (): JSX.Element;
    storyName: string;
};
export declare const OffsetCol: {
    (): JSX.Element;
    storyName: string;
};
export declare const RowProperties: () => JSX.Element;
