import { ListOrientation } from './List.types';
declare const CLASS_PREFIX = "md-list";
declare const DEFAULTS: {
    ORIENTATION: ListOrientation;
    INITIAL_FOCUS_NOT_SET: any;
};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
