import {Box} from './box';

export declare class Head extends Box {
	constructor(markup: object);
}
