/// <reference types="react" />
export declare const CornerContainer: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const CornerButton: React.ComponentClass<React.HTMLProps<HTMLButtonElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const ColumnLineMarker: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
} & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const RowLineMarker: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
} & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
