export declare const DEFAULT_STYLE_CLASS = "jp-DefaultStyle"; export interface IElementRefProps { /** Ref handler to access the instance of the internal HTML element. */ elementRef?: (ref: E | null) => void; }