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