export declare class ProjectPage {
host: HTMLElement;
/** The colours for the background & text of , separated with a comma. eg "text colour, bg colour" */
colourscheme: string;
/** The colours for the heading, separated with a comma. eg "h1 colour, bg colour" */
pagetitlecolours: string;
prepareGrids(): any[];
createGridsArray(pcs: any, pis: any, pss: any): any[];
createGrid(card: any, image: any, section: any, int: any): any;
render(): any[];
}